Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Mr.Goose

Pages: [1]
1
Graphics / Re: National letters - input text on screen
« on: August 08, 2023, 09:27:31 am »
And that finally works!

I just change string to String, as you said.

Thank you kimci86 and everyone else for help!

2
Graphics / Re: National letters - input text on screen
« on: August 05, 2023, 10:09:26 am »
Yes, after fallahn suggestions I deleted that "else if" with unicode range. Unfortunetly when I do this, my national letters are replaced by other letters, for ex. "ń" is replaced by "D".

EDIT:
Additional info! When I just draw texts on screen, I just write letter "L" before string. For ex.:

(click to show/hide)

This letter "L" works, but when I want to write text directly on screen, that doesn't works.

3
Graphics / Re: National letters - input text on screen
« on: August 03, 2023, 08:20:13 pm »
Unfortunetly, that doesn't work. Characters still doesn't show up or are replaced by other characters, when I delete that "else if".

I tried to change advanced save settings in Visual Studio 2022 from Middleeuropean (codepage 1250) to UTF-8, but that doesn't works too.

Yes, name_input_string is exacly string.

4
Graphics / National letters - input text on screen
« on: August 03, 2023, 05:00:53 pm »
Hi everyone!

I have one issue, where I need your help with. I made field, where you can write name of your character, when you making it. Everything looks fine, but I can't figure out how can I input my national (polish) letters in (ę, ó, ą, ś, ł, ż, ź, ć, ń).

Here is my code:

(click to show/hide)

I tried everything, for ex. I tried to implement unicode numbers to this "else if", but only two letters works ("Ó, ó"). Another letters are replaced by another.

Can you help me with that issue?

Pages: [1]
anything