0
votes
2answers
98 views
fix broken german characters
Hello,
I have a translation file for German words but I got it broken like this:
Wنhlen Sie eine Fachgrِكe
is there a tool can fix this in utf-8 mode ?
it is for Delphi windows software
thanks
0
votes
2answers
31 views
Dll size differs for build on different PC
I have a VC++ dll library which is built (with Visual Studio 2003) on Windows XP machines ( a US-English PC and a German PC). The source code is the same and does not have any language specific code. …
2
votes
2answers
115 views
NLTK tagging in German
I am using NLTK to extract nouns from a text-string starting with the following command:
tagged_text = nltk.pos_tag(nltk.Text(nltk.word_tokenize(some_string)))
It works fine in English. Is there …
1
vote
2answers
438 views
Country codes list - C#
Hi all,
I have a string which I need to verify if it's a Country code. The culture is German. Is there any method that I can call to get a list of Country codes in a German culture without having to …
0
votes
4answers
177 views
How do i replace accents (german) in .NET
Hi Friends,
I need to replace accents in the string to their english equivalents
for example
ä = ae
ö = oe
Ö = Oe
ü = ue
I know to strip of them from string but i was unaware about replacement.
…
2
votes
5answers
144 views
Good beginner programming books in German?
Strange question.
I have a German friend who'd like to break into the programming scene, and asked me during a visit to recommend a few good beginner programming books for her that are in German. …
1
vote
2answers
113 views
Cheap tools for splitting german compound words
Do you now any tool or library to split german compound words like "Hochhaus" into single words ("Hoch", "Haus").
It would be great if it's open source and/or cheap.
0
votes
3answers
182 views
Why is the german keyboard layout so cumbersome for programming?
seriously:
[] AltGr + 8/9
() Shift 8/9
{} AltGr + 7/0
<> < and Shift + < (this one's okay)
diamond(?) three right from l (can't use the symbol here: makes the Text bigger)
/ Shift + 7
…
1
vote
2answers
97 views
JQuery in german text
Dear all,
I am manipulating german text in jQuery.
Maßnahme
Text
Now I need to Check these text in my switch case
switch(compare){
case 'Text':
…
0
votes
2answers
79 views
PHpMyadmin German Language
Dear all,
I am developing PHP/Mysql application using vertrigoserver, I need to enter the german text in Tables,The Problem is when i read the tables from php, some of character didnt show the …
0
votes
4answers
777 views
English Error Messages in German Visual Studio 2008 / ASP.NET
This might be a bit weird question, but I'll give it a shot:
HELP, my Visual Studio 2008 / ASP.NET is giving me GERMAN error messages. Besides the fact that translations tend to be not as good as the …
0
votes
4answers
252 views
What is the best book on Scrum in German?
Can anyone recommend a good Scrum book in German? We are organizing some Scrum training but I would also like to get the team to read something as a primer. We have the classic "Agile Software …
