realbasic-nug
[Top] [All Lists]

converting to/from Japanese

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: converting to/from Japanese
From: Will Leshner <leshner at ljug dot com>
Date: Wed, 30 Jul 2003 20:24:05 -0700
Assuming the Japanese survives through email, shouldn't the following leave me with something that is still recognizable as Japanese:

  s = "にほんご"
  s = ConvertEncoding(s, GetInternetTextEncoding("ISO-2022-JP"))
  s = ConvertEncoding(s, Encodings.UTF8)


I'm ending up with gibberish. Also, for some reason the first ConvertEncoding is taking a really long time.



---
A searchable archive of this list is available at:
<http://support.realsoftware.com/listarchives/search.php>

Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
.


<Prev in Thread] Current Thread [Next in Thread>