On Jun 17, 2013, at 11:47 AM, "H. S. Teoh" <[email protected]> wrote: > > Do linkers actually support 8-bit symbol names? Or do these have to be > translated into ASCII somehow?
Good question. It looks like the linker on OSX does:
public _D3abc1A18さいごの果実MFiZv
public _D3abc1A4ªåMFiZv
The object file linked just fine. I haven't tried OPTLINK on Win32 though.
