« Return to Thread: [bug #26527] bug in unicode conversion.

[bug #26527] bug in unicode conversion.

by Sylvain Beucler-4 :: Rate this Message:

Reply to Author | View in Thread


Follow-up Comment #2, bug #26527 (project avrdude):

abra2:~> diff -u oldversion yourversion
--- oldversion  2009-07-01 18:05:47.000000000 +0200
+++ yourversion 2009-07-01 18:06:18.000000000 +0200
@@ -6,6 +6,7 @@
 while(*uni != 0){
 if(*uni >= 256){
 *ascii++ = '?';
+uni++;
 }else{
 ascii++ = uni++;
 }
abra2:~>


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?26527>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



_______________________________________________
avrdude-dev mailing list
avrdude-dev@...
http://lists.nongnu.org/mailman/listinfo/avrdude-dev

 « Return to Thread: [bug #26527] bug in unicode conversion.