Which input encoding are you using? Are you doing this at the command
line or in the UI? I think things only work for non-Latin alphabets
(this should change soon) if you use the terminal (./factor
-run=listener) with the UTF-8 encoding in your terminal. It might be
labeled "Unicode" rather than UTF-8.  If this doesn't work, there's
probably a bug.

Support for various Japanese encodings (ISO 2022, Shift JIS, EUC-JP)
hasn't yet been implemented, unfortunately. However, internally Factor
uses Unicode for everything. All source code read from a file is
assumed to be in UTF-8. All strings can contain any code point and the
I/O library supports several file encodings.

Dan

2008/8/10 [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> How should be displayed the multi-byte string in factor?
>
> I was not able to do though I tried.
>
> code:
> ( scratchpad ) "日本語ですよ" write
> 1: "・ス・ス・ス{・ス・ス・ス・ス・ス・スwrite
>     ^
> Unterminated string
>
> Type :help for debugging help.
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to