构建不同语言和代码页的字符串
我需要构建一个由波斯语字符、英语和数字组成的字符串 波斯语字符应具有阿拉伯语代码页(windows-1256) 例如 9 个空格字符 + 3 位数字 + 长度为 pf 30 的波斯语人名,其前面有空格以成为 30 长度字符 + 等 “---------111---------------------我的” 当我在消息框中显示字符串时,字符串的顺序不是我想要的,
我该怎么做才能得到上述结果?
I need to build an string made up of farsi charachter english and number
farsi char should have code page of arabic (windows-1256)
for example
9 character of space +numer of 3 digit +name of person in farsi with length pf 30 which has spaces befor it to becom 30 length char + etc
"---------111---------------------سارا میری"
When I show the string in messagebox the order of string is not what I want
What should I do to get the above result?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的意思是字符串本身中单词的顺序?
波斯语是从右到左的语言,因此您可能需要 RTL 文本方向性
请参阅:
You mean order of the words in the string itself?
Farsi is Right-To-Left Language so you probably need RTL text directionality
See: