U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Core » String w/high characters but not UTF?
Re: String w/high characters but not UTF? [message #27906 is a reply to message #27902] Tue, 10 August 2010 14:29 Go to previous messageGo to previous message
jeremy_c is currently offline  jeremy_c
Messages: 175
Registered: August 2007
Location: Ohio, USA
Experienced Member
When I parse the data. I create a small U++ app that shows what my problem is:

#include <Core/Core.h>

using namespace Upp;

CONSOLE_APP_MAIN
{
  char data[] = { 65, 65, 65, 181, 65, 65, 65, 182, 65, 65, 183 };
  String d(data);
  for (int i=0; i < d.GetCount(); i++) {
    LOG(FormatInt(i) + "=" + FormatInt(d[i]));
  }
}


Thanks for any help with this. I'm sure it's simple but it's driving me nuts! Smile

Jeremy
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: newline " " not supported?
Next Topic: Trim instead of TrimBoth
Goto Forum:
  


Current Time: Thu Jul 23 18:08:40 GMT+2 2026

Total time taken to generate the page: 0.00421 seconds