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.
我正在使用 C++。我需要阅读一个 UTF-8 编码文件,在这个文件中它可能有一些希伯来语单词。如您所知,希伯来语单词的逻辑顺序与其视觉顺序相反。一旦该单词被检测为希伯来语单词,我想将其反转。问题是如何检测这个 char 字符串是否包含希伯来字符?
谢谢,