| |
|
|
H.Brill | Hi, Since I my .csv Files on my PDA use, Search I a Possibility, these as UTF8 - stature To Save. MultibyteToWideChar() goes Yes well with Strings, mere with area# I get not so there. has someone already something like made or. a Codeschnipsel ?
Perhaps could Frank it indeed in WirteFileQuick() as zus. Parameter install. |
|
|
| Benutze XPROFAN X3 + FREEPROFAN Wir sind die XProfaner. Sie werden von uns assimiliert. Widerstand ist zwecklos! Wir werden alle ihre Funktionen und Algorithmen den unseren hinzufügen.
Was die Borg können, können wir schon lange. | 11/03/07 ▲ |
|
|
|
|
Jörg Sellmeyer | but MultibyteToWideChar functions still anyhow with reaches and not Strings CompileMarkSeparation $H Windows.ph
Declare Original#,Ziel#,Z$,L&
Z$=ABCDEFGHIJK
L& = Len(Z$)
Dim Original#,L& + 1
Dim Ziel#,L& * 2 + 1
String Original#,0 = Z$
~MultiByteToWideChar(1,1,Original#,L&,Ziel#,L& * 2)
Print Z$
Color 12,14
Print Char$(Ziel#,0,L& * 2)
Wa t
or too so: CompileMarkSeparation |
|
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 11/03/07 ▲ |
|
|
|
|
H.Brill | Oh thanks, Yes so goes it. knew not, that the Zielbereich, into MultiByteToWideChar() writes, twice so big his must and eachone area one byte longer his must (+1). |
|
|
| Benutze XPROFAN X3 + FREEPROFAN Wir sind die XProfaner. Sie werden von uns assimiliert. Widerstand ist zwecklos! Wir werden alle ihre Funktionen und Algorithmen den unseren hinzufügen.
Was die Borg können, können wir schon lange. | 11/03/07 ▲ |
|
|
|
|
Jörg Sellmeyer | Profanstrings having still one Nullbyte appended, therefore must one area always circa one larger his as The length the Strings. That the double Size comes naturally therefore, that the String Yes on WideChar umgestellt becomes. so is the statement of More characters possible, since the Codierungszahlen larger are. with the einfachen set only $FF (256) characters possible. with WideChar are it $FFFF (65536). |
|
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 11/03/07 ▲ |
|
|
|
|
|
Profanstrings having still one Nullbyte appended, therefore must one area always circa one larger his as The length the Strings. That the double Size comes naturally therefore, that the String Yes on WideChar umgestellt becomes. so is the statement of More characters possible, since the Codierungszahlen larger are. with the einfachen set only $FF (256) characters possible. with WideChar are it $FFFF (65536).
Siehste - and again Have I what moreover learnt |
|
|
| |
|
|