ASCII到PDU的转换和返回 [英] ASCII to PDU convertion and back

查看:82
本文介绍了ASCII到PDU的转换和返回的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




对于我的短信应用,我需要能够发送带重音的字符

(如é和à)。但这似乎不适用于文本模式,所以我需要

才能在PDU模式下完成。


是否有人有soem转换例程在VB.NET中?我需要将我的文本

转换为PDU消息,然后返回(对于收到的消息)。


Thansk提前,


Pieter

Hi,

For my SMS-application I need to be able to send characters with accents
(like é and à). But this doesn''t seem to work in Text Mode, so i will need
to do it in PDU Mode.

Does anybody has soem converting routines for that in VB.NET? I need my text
to be converted to a PDU-message, and back (for received messages).

Thansk in advance,

Pieter

推荐答案

DraguVaso< pi ********** @ hotmail。 COM>写道:
DraguVaso <pi**********@hotmail.com> wrote:
对于我的短信应用程序,我需要能够发送带有重音的字符
(如é和à)。但这似乎无法在文本模式下工作,所以我需要在PDU模式下执行此操作。


你是如何尝试在文本模式下进行的?当然,你需要知道要使用的编码

。请注意,*中没有重音的字符不是ASCII的一部分



在VB.NET中有没有人为soem转换例程?我需要将我的文本转换为PDU消息,然后返回(接收消息)。
For my SMS-application I need to be able to send characters with accents
(like é and à). But this doesn''t seem to work in Text Mode, so i willneed
to do it in PDU Mode.
How did you try to do it in text mode? You''ll need to know the encoding
to use, of course. Note that characters with accents in *aren''t* part
of ASCII.
Does anybody has soem converting routines for that in VB.NET? I need my text
to be converted to a PDU-message, and back (for received messages).



http://www.dreamfabric.com/sms/ 似乎有相当多的

信息...


-

Jon Skeet - < sk *** @ pobox.com>
http://www.pobox.com/~skeet

如果回复小组,请不要给我发邮件



http://www.dreamfabric.com/sms/ seems to have quite a bit of
information in it...

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too


我试着在ir中设置它们,但是那不行。

例如:

AT + GMGS =" 0486112233"

这是我的消息,带有重音éà< Ctrl-Z>


Do你知道在文本模式下发送重音的方法吗?我认为它必须存在,但我无法找到: - (


" Jon Skeet [C#MVP]" sk ***@pobox.com>写在消息中

新闻:MP ************************ @ msnews.microsoft .c om ...

DraguVaso< pi ********** @ hotmail.com>写道:
I tryed to set them just in ir, but that didn''t work.
for exemple:
AT+GMGS="0486112233"
This is my message with accents éà<Ctrl-Z>

Do you know the way to send the accents in text-mode? I assume it must
exist, but I can''t find how :-(

"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:MP************************@msnews.microsoft.c om...
DraguVaso <pi**********@hotmail.com> wrote:
对于我的短信应用我需要能够发送带有重音符号的字符
(如é和à)。但这似乎不适用于文本模式,所以我需要在PDU模式下执行此操作。


你是如何尝试在文本模式下进行的?当然,你需要知道编码

。注意带有重音的字符*不是*的一部分

的ASCII。

在VB.NET中有没有人为soem转换例程?我需要将我的
文本转换为PDU消息,然后返回(用于接收消息)。
For my SMS-application I need to be able to send characters with accents
(like é and à). But this doesn''t seem to work in Text Mode, so i will need
to do it in PDU Mode.
How did you try to do it in text mode? You''ll need to know the encoding
to use, of course. Note that characters with accents in *aren''t* part
of ASCII.
Does anybody has soem converting routines for that in VB.NET? I need my text to be converted to a PDU-message, and back (for received messages).


http://www.dreamfabric.com/sms/ 似乎有相当多的

信息...


-

Jon Skeet - < ; sk *** @ pobox.com>
http://www.pobox .com / ~siget

如果回复小组,请不要给我发邮件



http://www.dreamfabric.com/sms/ seems to have quite a bit of
information in it...

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too


Pieter,


我不知道这些东西,但afaik是Frites写的,如你所见,

不是Fàités。


我很好奇所以我看了几页,发现unicode 8859-1
http://www.dreamfabric.com/sms/

据我所知,我们语言区的标准是什么。
http://de.wikipedia.org/wiki/Windows -1252 #Windows-1252


(我很好奇你在哪里使用那个和什么样的键盘你好吗?
使用Querty还是Azerty?)


Cor


" DraguVaso" < PI ********** @ hotmail.com> schreef在bericht

新闻:uX ************* @ TK2MSFTNGP15.phx.gbl ...
Pieter,

I do not know this stuff however afaik is Frites written as you see here,
not Fàités.

I was curious so I have looked at some pages and I found unicode 8859-1

http://www.dreamfabric.com/sms/

What is the standard in our language zone as far as I know.

http://de.wikipedia.org/wiki/Windows-1252#Windows-1252

(And I am curious where do you use that à and what kind of keyboards do you
use Querty or Azerty?)

Cor

"DraguVaso" <pi**********@hotmail.com> schreef in bericht
news:uX*************@TK2MSFTNGP15.phx.gbl...


对于我的短信应用程序,我需要能够发送带重音的字符
(如é和à)。但这似乎无法在文本模式下工作,所以我需要在PDU模式下执行它。

在VB.NET中有没有人为soem转换例程?我需要将我的
文本转换为PDU消息,然后返回(接收消息)。

Thansk提前,

Pieter
Hi,

For my SMS-application I need to be able to send characters with accents
(like é and à). But this doesn''t seem to work in Text Mode, so i will need
to do it in PDU Mode.

Does anybody has soem converting routines for that in VB.NET? I need my
text
to be converted to a PDU-message, and back (for received messages).

Thansk in advance,

Pieter



这篇关于ASCII到PDU的转换和返回的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆