latin Questions
6
Solved
I have been given an export from a MySQL database that seems to have had it's encoding muddled somewhat over time and contains a mix of HTML char codes such as & uuml; and more problematic char...
Jazzy asked 20/2, 2013 at 12:46
2
Solved
I'm not really sure how to express it but I'm searching for unicode letters which are more than one visual latin letter.
I found this in Word so far:
DZ
Dz
dz
NJ
Lj
LJ
Nj
nj
Any others?
1
I have understood in principle how to convert an existing database from latin to utf8. I have already been able to do this successfully with the database I have.
The existing data is in Hungarian. ...
2
I am working on an Android soft keyboard and was wondering, is there a way for the keyboard to get the current cursor position? I am currently using the following code:
connection.getTextBeforeCur...
Latoyialatreece asked 13/3, 2012 at 3:47
1
Solved
Have some trouble with concat two string.
return string.Format("{0}{1}{2}",
IdWithSubType,
ExtraInfo.Any(info => info.InfoType == UniExtraInfoType.Alias)
? string.Format(" ({0})", string.Jo...
1
Solved
I have a small tricky issue about golang regex.
seems \b boundering option doesn't work
when I put latein chars like this.
I expected that é should be treated as a regular char..
but it's treated...
1
Solved
I am working on a C++ project that need to get data from unicode text.
I have a problem that I can't lower some unicode character.
I use wchar_t to store unicode character which read from a unicode...
2
Solved
I need a regular expression in Java that matches Latin letters and some special characters.
I would not like to list the characters.
Examples:
Should match the following upper case and lower ca...
1
Solved
In Unicode, letters with accents can be represented in two ways: the accentuated letter itself, and the combination of the bare letter plus the accent. For example, é (+U00E9) and e´ (+U0065 +U0301...
Mullin asked 8/12, 2013 at 20:44
3
Solved
I am currently writing some validation that will validate inputted data. I am using regular expressions to do so, working with C#.
Password = @"(?!^[0-9]*$)(?!^[a-zA-Z]*$)^([a-zA-Z0-9]{6,18})$"
V...
3
Solved
2
I'm having a problem writing French characters to the console in C++. The string is loaded from a file using std::ifstream and std::getline and then printed to the console using std::cout. Here is ...
3
Solved
I have a database of words (including nouns and verbs). Now I would like to generate all the different (inflected) forms of those nouns and verbs. What would be the best strategy to do this?
As Lat...
1
© 2022 - 2025 — McMap. All rights reserved.