Groups
Groups
Sign in
Groups
Groups
fltk.general
Conversations
About
Send feedback
Help
Unicode question
1 view
Skip to first unread message
Gonzalo Garramuño
unread,
4:33 PM (7 hours ago)
4:33 PM
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fltkg...@googlegroups.com
Since Matt is our C++ expert and Albretch is our Unicode one. Is there
a way in FLTK to replace with an FLTK function this outdated code:
#if defined(_WINDOWS)
//! \bug
//!
https://social.msdn.microsoft.com/Forums/vstudio/en-US/8f40dcd8-c67f-4eba-9134-a19b9178e481/vs-2015-rc-linker-stdcodecvt-error?forum=vcgeneral
typedef unsigned int tl_char_t;
#else // _WINDOWS
typedef char32_t tl_char_t;
#endif // _WINDOWS
std::wstring_convert<std::codecvt_utf8<tl_char_t>, tl_char_t>
utf32Convert;
Reply all
Reply to author
Forward
0 new messages