如何在C ++中使用devanagri unicode [英] how to use devanagri unicode in c++

查看:71
本文介绍了如何在C ++中使用devanagri unicode的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想制作一个C ++程序来加密deavnagri unicode中的文本,所以请告诉我如何使用devanagri unicode原因,因为我在该代码中复制文本时只显示了????标记.

I want to make a C++ program encrypting text in deavnagri unicode.so pleasetell me how to use devanagri unicode cause as i copy text in that code it just shows ??? marks.

推荐答案

您是在使用unicode字符串类型,还是仅使用char *(即C,永远不要这样做)或字符串类?这些是ASCII,您可以使用unicode等效项.
Are you using the unicode string types, or just a char * ( which is C, you should never do this ) or the string class ? These are ASCII, there are unicode equivelants you can use.


这篇关于如何在C ++中使用devanagri unicode的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆