Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有带有 Unicode 字符的字符串,例如Hãy đợi đấy。
Hãy đợi đấy
我需要一个(ASCII)输出Hay doi day。
Hay doi day
如何去除重音符号?
你需要一个像UnidecodeSharpFork这样的库来做到这一点。