How does Unicode conversion to ASCII know to map Ł to L

自古美人都是妖i 提交于 2020-05-16 04:35:28

问题


I was surprised to find that no Unicode normalization of the Ł character maps it to something like L + combining stroke. That was my best explanation to understand why Ł to get mapped to L rather than ? when converting from a Unicode-capable encoding to ASCII or a code page that doesn't have the Ł character. How does it work otherwise? Does the standard define fallback characters?

来源:https://stackoverflow.com/questions/58674948/how-does-unicode-conversion-to-ascii-know-to-map-%c5%81-to-l

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!