Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
import 2bytes language txt to string
#1
Hi~ Gintaras~!!

I have problem during import variables in Korean using FileGet.

Is there way to correct this problem?
#2
Try function str.ConvertEncoding.

Macro Macro2771
Code:
Copy      Help
str s
IntGetFile "..." s
s.ConvertEncoding(aKoreanCodePageIdentifierOrCharsetName -1)
;or try
s.ConvertEncoding("<html>" -1)

out s
#3
Thank you Always, Gintaras ~!!!


Forum Jump:


Users browsing this thread: 1 Guest(s)