in reply to Re^2: Perl Modules for handling Non English text
in thread Perl Modules for handling Non English text
$perl -le 'print ord "\x{FFFFFFFF}"'#include <stdio.h> #include <stddef.h> int main () { printf ("hello world\n"); printf ("size of a wide char is %d bytes", sizeof(wchar_t) ); return (0); } /* prints: hello world size of a wide char is 2 bytes */
I don't know how many bits Hindi requires.
Update: http://ascii-table.com/unicode.php shows unicode standards. This is complex. But basically 16 bits does it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl Modules for handling Non English text
by ikegami (Patriarch) on Mar 31, 2009 at 02:26 UTC | |
by Marshall (Canon) on Mar 31, 2009 at 04:15 UTC | |
by ikegami (Patriarch) on Mar 31, 2009 at 04:53 UTC | |
by Marshall (Canon) on Mar 31, 2009 at 05:08 UTC | |
by ikegami (Patriarch) on Mar 31, 2009 at 05:17 UTC | |
|