Skip to content

Instantly share code, notes, and snippets.

@sidvishnoi
Last active November 11, 2020 13:44
Show Gist options
  • Save sidvishnoi/d180559ded9542febde01eac59e967bc to your computer and use it in GitHub Desktop.
Save sidvishnoi/d180559ded9542febde01eac59e967bc to your computer and use it in GitHub Desktop.
Printing a nsAutoString in Gecko (C++)
nsAutoString myString;
printf("%s\n", NS_ConvertUTF16toUTF8(myString).get());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment