Google
Official Google Earth Download Site

Google Earth Community System Reliability: MEDIUM

Support and Answers >> KML Discussions (read only)

rsgrillo
Craftsman


Reged: 07/30/05
Posts: 148
Loc: Piracicaba, Sao Paulo, Brazil ...
Re: KML vs KMZ
      06/12/06 03:25 AM





Hi simon_a

Quote:

I can't find a way of getting a VBA script to output data encoded as UTF-8, so I have to open the output in notepad.exe and re-save choosing UTF-8.





I think I could use the a function like this one to encode UTF-8 in a VBA macro.



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 UTF8_Encode(ByVal instring As String) As String

Dim sBuffer As String
Dim lLength As Long


If instring <> "" Then
lLength = WideCharToMultiByte(CP_UTF8, 0, StrPtr(instring), -1, 0, 0, 0, 0)
sBuffer = Space$(lLength)
lLength = WideCharToMultiByte(CP_UTF8, 0, StrPtr(instring), -1, StrPtr(sBuffer), Len(sBuffer), 0, 0)
sBuffer = StrConv(sBuffer, vbUnicode)
UTF8_Encode = Left$(sBuffer, lLength - 1)
Else
UTF8_Encode = ""
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 6 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, MarkAubin 



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

Rating: ****
Thread views: 10747

Rate this thread

Jump to

earth.google.com    bbs.keyhole.com

*
UBB.threads™ 6.5.1.1