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?
Suppress asked 3/3, 2018 at 0:47

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. ...
Thibodeau asked 20/4, 2022 at 17:5

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...
Epicene asked 6/7, 2017 at 16:11

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...
Popsicle asked 4/2, 2016 at 4:50

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...
Corporator asked 23/12, 2015 at 10:18

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...
Diocesan asked 30/12, 2014 at 15:8

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...
Clover asked 16/2, 2013 at 2:17

3

Solved

I need split a text and get only words, numbers and hyphenated composed-words. I need to get latin words also, then I used \p{L}, which gives me é, ú ü ã, and so forth. The example is: String myTe...
Metaphor asked 12/2, 2013 at 12:51

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 ...
Impanation asked 15/11, 2012 at 3:44

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...
Immerse asked 1/4, 2011 at 14:24
1

© 2022 - 2025 — McMap. All rights reserved.