portuguese

Missing processor/memory counters in the Windows XP Performance Monitor application (perfmon)

Perfmon is a Windows utility that helps the developer to find bottlenecks in his applications, by measuring system counters. I was reading a perfmon tutorial and from this list of essential counters I have found the following ones on my machine: PhysicalDisk\Bytes/sec_Total Network Interface\Bytes Total/Sec\nic name But I haven't fo...

SQLite and Portuguese-br characters

I'm developing an app that requires the storage of Portuguese characters. I was wondering if I need to do any configuration to prepare my SQLite db to store those considered special characters. When I query a db table that contains those characters I get a '?' (without quotes) in their place. best regards, mp ...

iPhone localization issue - Portuguese languages

When I select the "Português (Portugal)" from the languages, the iPhone automatically uses the pt_PT localization, right? But, if someone uses "Português" as it's laguage and defines the Region to "Portugal", it won't go for the pt_PT strings, going for pt file instead. My question is: is there another "two-letter code" associated with...

How to replace special characters with their equivalent (such as " á " for " a") in C#?

Hi. I need to get the Portuguese text content out of an Excel file and create an xml which is going to be used by an application that doesn't support characters such as "ç", "á", "é", and others. And I can't just remove the characters, but replace them with their equivalent ("c", "a", "e", for example). I assume there's a better way to...

PHP: how to create an regexp to preg_match() for PT Mobile phones?

Hi all, i'm newer related to Regexp on PHP... I need to create an Regexp to filter Portuguese Mobile Phones, can anybody help me and explain how i do it? (To i understand it) Rules: The integer/string must have 9chars; The first char must be a '9'; The second one can be '1,2,3,6' (Chars are separeted by commas); The other chars must b...

Como saber quem está enviando dados na USB ? | How to know who is sending data on USB?

Como faço para saber se é ou o meu teclado que é USB ou o meu leitor de barcode que também é USB ? No delphi preciso saber quem enviou os dados ? How do I know whether it is my keyboard or my USB barcode reader which is sending keystrokes to me program? In Delphi, I need to know who sent the data? (courtesy of Google Translate) ...

Trouble getting accents to show up in my java app

We recently got a localization file the contains Portuguese translations of all the string in our java app. The file they gave me was a .csv file and I use file maker to create .tab file which is what we need for our purposes. Unfortunately none of the accents seem to work. For example the string vocÍ in our localization file shows up...