Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: Tue May 14 04:36:15 CEST 2024

Total time taken to generate the page: 0.01971 seconds