Author Topic: Question about Arabic Language Support in Code::Blocks  (Read 492116 times)

Offline simodz40

  • Single posting newcomer
  • *
  • Posts: 1
Question about Arabic Language Support in Code::Blocks
« 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

Offline MehdiChinoune

  • Single posting newcomer
  • *
  • Posts: 7
Re: Question about Arabic Language Support in Code::Blocks
« Reply #1 on: November 29, 2024, 04:49:00 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

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.

Online stahta01

  • Lives here!
  • ****
  • Posts: 7699
    • My Best Post
Re: Question about Arabic Language Support in Code::Blocks
« Reply #2 on: November 29, 2024, 05:41:47 pm »
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.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org