Skip to content
  • jschwe's avatar
    Add UTF-8 support to Console (#69) · c0e8767d
    jschwe authored
    - Swap order of write_char and write_str to match order of trait
    - Implement write_char by calling write_str to match the implementation in the standard library
    - Add output_message_buf for printing of a buffer.
    - Convert str to UTF-8 encoded byte buffer before printing.
    c0e8767d