User forums > General (but related to Code::Blocks)

Question about Arabic Language Support in Code::Blocks

(1/1)

simodz40:
Hello everyone, 8)
I am using Code::Blocks version 20.03 and I am facing some issues with supporting Arabic characters in my program. I would like to know the best ways to ensure that my program supports Arabic characters correctly. Could you please help me

MehdiChinoune:

--- Quote from: simodz40 on November 28, 2024, 09:28:46 pm ---Hello everyone, 8)
I am using Code::Blocks version 20.03 and I am facing some issues with supporting Arabic characters in my program. I would like to know the best ways to ensure that my program supports Arabic characters correctly. Could you please help me

--- End quote ---

What do you mean?
CodeBlocks is just an IDE.
I assume you are programming in C++, if so then It's something related to the C++ compiler and the encoding you use to write your program. It's recommended to use UTF8 encoding as It supports wide range of writing systems.
Some Terminals/Consoles don't support no-ascii/no-Latin characters. so you should choose a suitable terminal.

stahta01:
https://wiki.codeblocks.org/index.php/FAQ-General#Q:_What_Code::Blocks_is_not.3F


--- Quote ---Code::Blocks is not a compiler, nor a linker. Release packages of Code::Blocks may include a compiler suite (MinGW/GCC), if not provided by the target platform already. However, this is provided "as-is" and not developed/maintained by the Code::Blocks development team.
--- End quote ---

Navigation

[0] Message Index

Go to full version