Quantcast
Channel: krypted – krypted
Viewing all articles
Browse latest Browse all 1241

Challenges Sending Code Through Messages

$
0
0

Recently, I had a bit of a problem with some code I was sending back and forth through Messages. This was caused by smart quotes, which replace single and double quotation marks with directional quotation marks. This can cause a lot of problems. To disable smart quotes:

defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add "automaticQuoteSubstitutionEnabled" -bool false


Viewing all articles
Browse latest Browse all 1241

Trending Articles