Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
when use WX.FileDialog of WxWidgets and select file name contain Emoji character path from WX.FileDialog return question mark inside box ???

such as this original path selected "/Users/Mustafa/Desktop/😀Test 😍.txt" but the path returned from wxFileDialog "/Users/Mustafa/Desktop/⍰Test ⍰.txt".

I need any solution to solve this problem for important.

Programming Language used: C#.net, MAC OS

I use wxFileDialog from C# using wx.Net.dll.

What I have tried:

try to change the font encoding of wxFileDialog but not responding
Posted
Comments
Richard MacCutchan 26-May-21 4:26am    
The widget needs to know which font and character set that the filename is saved in.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900