I/O text file in Unicode Path

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
User avatar
saifcoder
Experienced Solver
Experienced Solver
Posts: 80
Joined: Thu Nov 16, 2017 9:32 pm

I/O text file in Unicode Path

Post by saifcoder »

Hi,

I'm trying to write a cross-platform C++ Class to read / write text file in Unicode Path to use it inside an wx application, its not easy and i'm not an expert on Unicode.

So, Can i use any existing wx Class to read/write file in Unicode path ? i mean, how to open "c:\test\फाईल.txt" ?

Thanks,
Debian 9 - GCC 6 - wxWidgets 3.x U
Win 10 - GCC 8 - wxWidgets 3.x U
Mac OS X 10.x - Clang - wxWidgets 3.x U
i am in love with WX. Yes.
User avatar
doublemax
Moderator
Moderator
Posts: 19116
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: I/O text file in Unicode Path

Post by doublemax »

This should work right away just like with any other filename.
Use the source, Luke!
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7459
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: I/O text file in Unicode Path

Post by ONEEYEMAN »

Hi,
Can you show what did you tried and explain what didn't work?

Thank you.
Post Reply