Skip to content

Commit 99f9453

Browse files
committed
formatação
1 parent bc1cb14 commit 99f9453

6 files changed

Lines changed: 251 additions & 218 deletions

File tree

images/flpy_0402-EN.png

239 KB
Loading

images/flpy_0402.png

-48.2 KB
Loading

links/FPY.LI.htaccess

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,3 +1210,7 @@ RedirectTemp /5q https://pythonfluente.com/2/#max_overload_sec
12101210
RedirectTemp /5r https://pythonfluente.com/2/#decode_error_sec
12111211
RedirectTemp /5s https://en.wikipedia.org/wiki/Noto_fonts
12121212
RedirectTemp /5t https://pythonfluente.com/2/#ex_stdout_check
1213+
1214+
# appended 2025-09-17 22:49:00
1215+
RedirectTemp /5v https://pythonfluente.com/2/#ex_shave_marks_demo
1216+
RedirectTemp /5w https://pythonfluente.com/2/#ex_asciize

online/cap04.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,8 +1352,8 @@ em seus equivalentes `ASCII`. É isso que a função `asciize` faz no <<ex_ascii
13521352
include::../code/04-text-byte/simplify.py[tags=ASCIIZE]
13531353
----
13541354
====
1355-
<1> Cria uma tabela de mapeamento para substituição de caractere para caractere.
1356-
<2> Cria uma tabela de mapeamento para substituição de string para caractere.
1355+
<1> Cria tabela de mapeamento para substituição de caracteres.
1356+
<2> Tabela de mapeamento para trocar certos caracteres por strings.
13571357
<3> Funde as tabelas de mapeamento.
13581358
<4> `dewinize` não afeta texto em `ASCII` ou `latin1`, apenas os acréscimos da Microsoft ao `latin1` no `cp1252`.
13591359
<5> Aplica `dewinize` e remove as marcações de sinais diacríticos.

0 commit comments

Comments
 (0)