Accented words in Minetest

Post Reply
User avatar
jrlazz
New member
Posts: 8
Joined: Mon May 06, 2019 02:08
GitHub: jrlazz
Location: São Paulo, Brasil

Accented words in Minetest

by jrlazz » Post

Creating a file in the mod´s world, we can write our accented words.
Image
Reading them with
local file=io.open(minetest.get_worldpath().."/arquivb.txt","r");
local arr={}
for line in file:lines() do
table.insert(arr,line);
end
We can use this array to obtain labels, buttons and textlists with accented words.
Image

User avatar
Joseph16
Member
Posts: 310
Joined: Tue Dec 06, 2016 05:35
In-game: smb3

Re: Accented words in Minetest

by Joseph16 » Post

Ummm what
Testin' mines since 1989

Sires
Member
Posts: 190
Joined: Mon Jan 02, 2017 21:00
GitHub: Sires0
IRC: Sires
In-game: Sires Sores Siri Seris or anything ppl call me
Location: :noitacoL

Re: Accented words in Minetest

by Sires » Post

I think I get what he means... Maybe..

(I think he was just showing how to use accented words on minetest formspecs? its still very confusing)

Minetest has a huge problem with accents on words, mainly with portuguese where I can't type "Isso é fantástico", for example.
But yes the main thread is quite confusing
I don't have anything important to say.

User avatar
MineYoshi
Member
Posts: 5373
Joined: Wed Jul 08, 2015 13:20
Contact:

Re: Accented words in Minetest

by MineYoshi » Post

Sires wrote:I think I get what he means... Maybe..

(I think he was just showing how to use accented words on minetest formspecs? its still very confusing)

Minetest has a huge problem with accents on words, mainly with portuguese where I can't type "Isso é fantástico", for example.
But yes the main thread is quite confusing
It's a tutorial about minetest modding.
Have a nice day! :D

Soediff
New member
Posts: 1
Joined: Mon May 27, 2019 19:09

Re: Accented words in Minetest

by Soediff » Post

Appreciate the tutorial mate. Accents come in handy for me since I'm spanish. :)

Post Reply

Who is online

Users browsing this forum: No registered users and 28 guests