Tagged Questions
The portuguese tag has no wiki summary.
7
votes
3answers
1k views
How to replace special characters with their equivalent (such as “ á ” for “ a”) in C#?
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 ...
2
votes
3answers
62 views
How to deal with inline PHP foreign language characters?
I'm having a problem with my php web app. It is in Portuguese, and while all the data into and from the database inputs and outputs fine, and all the inline html outputs fine, the php strings don't.
...
1
vote
1answer
234 views
C# Download Text to Speech from Google Translate comes with problems
I'm trying to download a mp3 file generated by google translate and although to achieve this, the translation doesn't come as expected.
I'm portuguese and we use lots of special chars and I think ...
1
vote
2answers
433 views
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 ...
0
votes
1answer
90 views
Cannot properly decode string
I have a string from reading a .txt file that looks something like this:
str='\x00I\x00S\x00T\x00A\x00\r\x00\n\x00[\x00/\x00B\x00O\x00D\x00Y\x00]\x00\r\x00\n\x00'
The contents of the file is in ...
0
votes
1answer
371 views
ListData.svc REST problem in Sharepoint 2010
Im having a big problem in Sharepoint 2010. Im already thinking its a bug in the product.
I need to search two Form Libraries, one in a site in English, and the other in a site in Portuguese, with ...
0
votes
1answer
274 views
Multilanguage PHP website URL filename change
I searched for this answer and did not find it:
I currently have a php site, multilanguage and everything works fine. However, the "file name" does not change when "switchitching the language."
The ...
0
votes
1answer
243 views
How can I get Portuguese characters in Python?
I'm working with Portuguese Language. The characters are looking weird. How can I fix this?
The code:
import feedparser
import random
# Vou definir os feeds
feeds_conf = [{"feedurl": ...
0
votes
1answer
59 views
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 ...
0
votes
2answers
313 views
Como saber quem está enviando dados na USB ? | How to know who is sending data on USB? [closed]
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 ...
0
votes
1answer
207 views
PHP: how to create an regexp to preg_match() for PT Mobile phones?
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 ...
0
votes
1answer
102 views
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 ...
0
votes
3answers
4k views
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 ...