Tagged Questions
The latin tag has no wiki summary.
17
votes
5answers
4k views
What is AM/PM called?
I know what AM/PM stand for (ante-meridiem and post-meridiem), but what are they called?
For example, if I want a user to be able to select a time from drop down boxes with values 1-12, 00-60, and ...
7
votes
4answers
314 views
Latin inflection:
I don't know if anyone here is able to speak (or write) the "dead language" Latin. But maybe you can even help me without knowing this language ...
I have a database of words (including nouns and ...
2
votes
1answer
179 views
Create custom MySQL Collation
can you help to create custom mysql collation?
table will contain mix of data in cyrillic and latin characters. some of data will start as a numbers.
i need to have listed (and sorted):
all ...
2
votes
2answers
625 views
Problem with XML encoding of database contents with Latin characters
I have an ASP Access database that contains strings in various European languages. The database was populated prior by agents in the respective countries. It contains entries with accented etc ...
1
vote
3answers
136 views
.NET 3.5 C# StreamReader Reading ISO-8859-1 Characters Incorrectly
In summary I retrieve a HTTP Web Response containing JSON formatted data with unicode characters such as "\u00c3\u00b1" which should translate to "ñ". Instead these characters are converted to "ñ" by ...
1
vote
1answer
88 views
Grails constraints for Latin letters
I am using grails contraints mechanism to validate on a "name" field. How can I use regex to specify that, not only this should be allowed: matches:"[a-zA-z0-9_]+", but also characters like: ã, ó, ç, ...
1
vote
1answer
255 views
Google Fonts, CSS, Latin Question
I'm trying to use this font on my web.
It's in Lithuanian language, but it's not the point, the point is, that on google fonts previewer I can see characters beautifully, but on my site some specific ...
1
vote
2answers
82 views
latin characters showing in some parts of the page and not others
the page in question is Apple Amor
You can see that in the footer the spanish vowels seem to be showing properly , but in the slide down bar(header) they get messed up.
Any ideas why ?
1
vote
1answer
610 views
Zend database query result converts column values to null
I am using the next instructions to get some registers from my Database.
Create the needed models (from the params module):
$obj_paramtype_model = new Params_Model_DbTable_Paramtype();
...
0
votes
2answers
16 views
MySQL Latin characters in legacy db
Hi I have inherited a db which I need to use the data from. Unfortunately some of the text is spanish and has some obvious encoding issues. For example this is a typical string stored in a text field:
...
0
votes
2answers
29 views
Does the chosen collation matters in this case?
I've a field of type char(1) in my MySQL table which basically can have only values m or f. Its current collation is set to ut8_unicode_ci. I was thinking whether I should or should not change the ...
0
votes
2answers
208 views
What language/character set is this?
I've been given this data thats actually been translated from hebrew character and they've come out like this? Im guessing something todo with character sets or something. but could someone tell me ...
0
votes
0answers
7 views
Trouble working with string functions with latin characters
For some strange reason ( I suspect the encoding ) strcmp seems not to be producing the desired behavior:
if(strcmp("Baño",$_POST['txtDescription'])==0)
// I inserted previously in the form
...
0
votes
1answer
87 views
Unwanted conversion of latin letters in sql functions
I'm using Ms-Sql DB and I have a field that is saved in the DB as nvarchar type.
I use linq to sql in the following way:
var names = NamesTable.where(n=>n.name.Contains("acções"));
this query ...
0
votes
1answer
118 views
Latin to English alphabet hashing
I have to convert all the latin characters to their corresponding English alphabets. Can I use python to do it ? Or is their a mapping available ?
Unicode values to non-unicode characters
Ramírez ...
0
votes
3answers
847 views
URL encoding for latin characters in Java
I'm trying to read in an image URL. As mentioned in the java documentation, I tried converting the URL to URI by
String imageURL = ...
0
votes
4answers
164 views
Help localizing application in Mac
I have an application which is supposed to work on both windows and Mac and is localized in Portuguese, Spanish and German. I have an ini file from where the localized strings are read from. But the ...