forked from Deuxfleurs/bottin
a53641e773
The problem was the encode in `name += string(alphabet[])` It takes only 1 byte but the characters like 'è','@' are encoding on several bytes (1 to 4 bytes). The better solution was to create a slice of string, like this we don't have problem about take only one byte instead of 2,3 or 4 bytes. |
||
---|---|---|
.. | ||
bottin_test.go | ||
config.json.test | ||
create.go | ||
functionTest.go | ||
go.mod | ||
go.sum | ||
handler.go | ||
request.go | ||
runner.sh |