[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "Input too long" bug?
From: |
Dude |
Subject: |
Re: "Input too long" bug? |
Date: |
Tue, 17 Oct 2006 00:15:01 -0700 (PDT) |
Well, if you are running gnokii under windows, or if you are using a text
created under windows; the carriage return is not "\n" like in a linux
environnment but "\r\n". As "\r" is interpreted as a normal character, you
have only 159 characters available. You can truncate your text to get 160
characters available.
I don't use gnokii under windows, but maybe the problem can appear while
running gnokii under windows...
Good luck
Adam Block-2 wrote:
>
> When I send a message of exactly 160 characters, I get the message:
>
> Input too long! (161, maximum is 160)
>
> Is input_len getting an extra byte (like a line break) tacked on
> somewhere?
>
> Thanks!
>
> /afb
>
> _______________________________________________
> gnokii-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/gnokii-users
>
>
--
View this message in context:
http://www.nabble.com/%22Input-too-long%22-bug--tf2427904.html#a6849785
Sent from the gnokii-users mailing list archive at Nabble.com.