Erlang Arbitrary Unicode problems in Windows 10 (both file name / content and console)

Chris Casilli <[email protected]>
Newsgroups gmane.comp.lang.erlang.general
Message-ID <[email protected]>
Hello Friends,

On Windows the U+10348 (Gothic Letter Hwair) 𐍈 does not work correctly in both the Windows console (Werl) and it also doesn’t write out to a file or filename correctly.
I’m able to do this on Mac OS X without issue.

I launch Werl with +pc unicode and indicate fnu for unicode filename use.
It does work with other unicode characters but apparently not all?

Mac OSX:
1> [16#10348].
"𐍈"
2> <<240,144,141,136>>.
<<"𐍈"/utf8>>

WIndows 10:
12> [16#10348].
"͈"
13> <<240,144,141,136>>.
<<"͈"/utf8>>

Even more concerning and important to me is that if I try to save a file with this unicode character it doesn’t work either. But can with other unicode characters.
It uses that wrong character listed above  in the filename and / or the file contents. 
Again, it works on Mac OS X.

Any thoughts on this matter? Am I missing some additional settings needed on Windows?
Thank you in advance for any support regarding this matter.

Kind Regards,
Chris Casilli 

Sent from my iPad
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.