Re: Yer Ugly Mug is open for business!
From: | Iain Davis <feaelin@...> |
Date: | Thursday, May 1, 2003, 21:44 |
>Stone Gordonssen wrote:
> This morning around 8a.m. PST (west coast, USA). Just tried
> it again. It happens on edit whenever I change any other
> field (e.g. natlangs) but let conlangs default. Looks like an
> editting issue - the backslash acting as an escape to
> identify the apostrophe(s) as part of a string rather than
> delimiter(s) for said string.
Ah....I found it. It was reslashing a slashed string...
Internally, foo'bar'baz is foo\'bar\'baz. Then when you edited, it
re-slashed conlang, even though you made no changes. So foo\'bar\'baz
became foo\\'bar\\'baz...and so on.
> >I've now set the field limits to 255 in all 3 of the relevant places.
>
> While the field looks 255, it still right truncs for me at 30 chars.
Teach me to rush through something. I swapped the max_length and "size of
the box" values, but only on the edit screen. It's fixed now.