You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locale/en-us/meta.lua
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -881,5 +881,5 @@ utf8.len =
881
881
'Returns the number of UTF-8 characters in string `s` that start between positions `i` and `j` (both inclusive).'
882
882
utf8.offset=
883
883
'Returns the position (in bytes) where the encoding of the `n`-th character of `s` (counting from position `i`) starts.'
884
-
utf8.offset[55] =
884
+
utf8.offset['55'] =
885
885
'Returns the position of the n-th character of s (counting from byte position i) as two integers: The index (in bytes) where its encoding starts and the index (in bytes) where it ends.'
Copy file name to clipboardExpand all lines: locale/es-419/meta.lua
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -880,5 +880,5 @@ utf8.len =
880
880
'Retorna el número de caracteres en UTF-8 en el string `s` que empiezan entre las posiciones `i` y `j` (ambos inclusive).'
881
881
utf8.offset=
882
882
'Retorna la posición en bytes donde la codificación del caracter `n`-ésimo de `s` empieza, contado a partir de la posición `i`.'
883
-
utf8.offset[55] =
883
+
utf8.offset['55'] =
884
884
'Retorna la posición del carácter número `n` de `s` (contando desde la posición de byte `i`) como dos enteros: el índice (en bytes) donde empieza su codificación y el índice (en bytes) donde termina.'
Copy file name to clipboardExpand all lines: locale/pt-br/meta.lua
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -881,5 +881,5 @@ utf8.len =
881
881
'Retorna o número de caracteres UTF-8 na string `s` que começa entre as posições `i` e `j` (ambos inclusos).'
882
882
utf8.offset=
883
883
'Retorna a posição (em bytes) onde a codificação do `n`-ésimo caractere de `s` inícia (contando a partir da posição `i`).'
884
-
utf8.offset[55] =
884
+
utf8.offset['55'] =
885
885
'Retorna a posição do n-ésimo caractere de `s` (contando a partir da posição de byte `i`) como dois inteiros: o índice (em bytes) onde sua codificação começa e o índice (em bytes) onde ela termina.'
0 commit comments