diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-11 21:20:14 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-11 21:20:14 +0000 |
commit | ed8d6bcf23ce0292712a49f78ce314e53f769c17 (patch) | |
tree | c0aa9ae8319c66b02e0c8f510193f4ac861269a6 /doc/patchqueue | |
parent | afedd60d7911b35aa3fb86dad24d61809946b9ed (diff) |
* Consolidated all decode_utf8 in FormBuilder's fields to make the code more
readable and avoid future mistakes. The patch seems to work and for the
first time I have a UTF-8 username ;-) (Faidon)
* Use form->field consistently, not form->param.
Diffstat (limited to 'doc/patchqueue')
-rw-r--r-- | doc/patchqueue/decode-from.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/patchqueue/decode-from.mdwn b/doc/patchqueue/decode-from.mdwn index 4d385f67a..9f1dd8df2 100644 --- a/doc/patchqueue/decode-from.mdwn +++ b/doc/patchqueue/decode-from.mdwn @@ -1,3 +1,5 @@ +Wow, big hammer! [[patchqueue/Done]] though, with minor mods -- [[Joey]]. + From [[Faidon]]: I consolidated all decode_utf8 in FormBuilder's fields |