[Gambas-user] bizarre invisible chars

Bruce Steers bsteers4 at gmail.com
Sat Jan 7 19:01:00 CET 2023


On Sat, 7 Jan 2023 at 17:25, Benoit Minisini <
benoit.minisini at gambas-basic.org> wrote:

> Le 07/01/2023 à 17:11, Bruce Steers a écrit :
> > Benoit.
> > Could gb.form.editor strip UTF8 chars automatically? or raise an error
> > or something.
> >
>
> In the last commit, no-break spaces are automatically replaced by normal
> spaces, but only if you use "paste special" command. The normal paste
> still takes the clipboard as is.
>
> Regards,
>
> --
> Benoît Minisini.
>

Yes paste special does work now as plain text. many thanks :)

And wow :o
sFormat = Replace(sFormat, String.Chr(160), " ")

so much better than what I came up with lol :)

Respects
BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230107/1e720fec/attachment.htm>


More information about the User mailing list