Google
Official Google Earth Download Site

Google Earth Community

Support and Answers >> KML Discussions (read only)

rsgrillo
Craftsman


Reged: 07/30/05
Posts: 148
Loc: Piracicaba, Sao Paulo, Brazil ...
WideCharToMultiByte
      06/12/06 05:38 AM

Just complementing..

If you want to show correctly UTF-8 in Excel probably you will have to convert it the other way:

Private Declare Function WideCharToMultiByte Lib "kernel32" (ByVal CodePage As Long, ByVal dwFlags As Long, ByVal lpWideCharStr As Long, ByVal cchWideChar As Long, ByVal lpMultiByteStr As Long, ByVal cchMultiByte As Long, ByVal lpDefaultChar As Long, ByVal lpUsedDefaultChar As Long) As Long

Public Function WideChar_Encode(ByVal instring As String) As String

Dim i, L As Long
Dim temp As String

L = Len(instring)
temp = String(L * 2, 0)

i = MultiByteToWideChar(CP_UTF8, 0, instring & Chr(0), -1, temp, L)
If i > 0 Then
WideChar_Encode = StrConv(Left(temp, (i - 1) * 2), vbFromUnicode)
i = InStr(WideChar_Encode, Chr(0))
If i Then WideChar_Encode = Left(WideChar_Encode, i - 1)
Else
WideChar_Encode = instring
End If

End Function

--------------------
Sgrillo

Free GoogleEarth Tools:
http://www.sgrillo.net/googleearth/

Post Extras Print Post   Remind Me!     Report this Post


Entire topic
Subject Posted by Posted on
* KML vs KMZ simon_a 06/10/06 03:08 AM
. * * WideCharToMultiByte rsgrillo   06/12/06 05:38 AM
. * * Re: KML vs KMZ Valery35   06/12/06 12:38 AM
. * * Re: KML vs KMZ simon_a   06/12/06 01:46 AM
. * * Re: KML vs KMZ rsgrillo   06/12/06 03:25 AM
. * * Re: KML vs KMZ tekgergedanModerator   06/12/06 03:31 AM
. * * Re: KML vs KMZ rsgrillo   06/12/06 03:48 AM
. * * Re: KML vs KMZ tekgergedanModerator   06/12/06 04:29 AM
. * * Re: KML vs KMZ rsgrillo   06/12/06 05:16 AM
. * * Re: KML vs KMZ simon_a   06/12/06 06:21 AM


Extra information
0 registered and 8 anonymous users are browsing this forum.

Moderator:  Hill, Jumble, jrohlf, Kempster, mcshea98, jeffryv, dulce, esterrett, regionator, NormB, Frank_McVey, geus, ZeroDeeFeX, LaBelleTerre, vagabondsailor, SupersonicBuddha, DWebb, BeadieJay, TheLedge, Cyclonic, no_stranger, LuciaM, tekgergedan, ManoM, cantarell, toponym2006, Noisette, danescombe, Michal_Drewniak, mutex, marinerfan, Delta102, bebop 



Forum Permissions
      You cannot start new topics
      You cannot reply to topics
      HTML is disabled
      UBBCode is enabled

Rating: ****
Thread views: 10436

Rate this thread

Jump to

earth.google.com    bbs.keyhole.com

*
UBB.threads™ 6.5.1.1