Apologies for the naivety of the following question, but how can one iterate
over a Managed C++ String, and identify if any of the characters belong to a
certain unicode range.? For example i would like to be able to identify if a
managed string contains say Balinese characters (unicode range 1B00 to 1B7F).
I would be extremely grateful for any help or references to a possible
solution -
Many thanks
Jonathan
i got a struct like:-------public ref struct OutPacket{int m_replyIndex;List<MainInfo^>^ m_mainIn...
By shengmin_ruan_gmail_com
I've managed to have my c++ CWinFormsDialog<...class handle a standardclick event from my c# code...
By bsmftzxm
In VS.NET, View | ToolbarsIn VS6, Tools | Customize | Toolbars"Ron" <JavaCertified@aol.com> wrote...
By jimgill
Tried to build in VS2005 a program that builds OK in VS2003 and get errorslike the following:Error 5...
By franky
Hi all,I have a native class which has a single instance controlled via thesingleton pattern. I need...
By quortex, 8 Comments
Hi all,i'm not totally clear with some concepts about managed and unmanagedcode.I'm asking myself so...
By nicolas_hilaire_motorola_com, 6 Comments
I've managed to have my c++ CWinFormsDialog<...class handle a standardclick event from my c# code...
By bsmftzxm, 2 Comments
This is what I get by the way : the error on my Remoting.Code:RemotingConfiguration::Configure ("RTC...
By maslviadotnetmonster_com, 2 Comments
I actually happened to catch this on returning to work after several hoursand got it loaded under th...
By christophercrooker, 1 Comments
Apologies for the naivety of the following question, but how can one
iterate
a
a
1B7F).
solution -
See System.Globalization.CharUnicodeInfo
http://msdn2.microsoft.com/en-
us/library/system.globalization.charunicodeinfo.aspx
If RegEx works better for what you want, take a look at this:
http://msdn2.microsoft.com/en-us/library/20bw873z.aspx
--
Mihai Nita [Microsoft MVP, Windows - SDK]
http://www.mihai-nita.net
-------------
Replace _year_ with _ to get the real email
mihain | Fri, 04 Jan 2008 17:31:00 GMT |