macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Korea related or in general

macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby Frank Hoffmann » September 12th, 2016, 7:08 am

This issues is fixed -- see LAST entry here. / Frank

========================================================
Here a SUMMARY about the issue regarding hanja 漢字 input under macOS "Sierra"
========================================================

My first take on this, on where to locate the problem of inputting hanja under macOS "Sierra" (10.12), as posted end of August on the KoreanStudies Internet Discussion List, was partially off. The issue is in fact not that Apple now dropped that functionality all together. Rather, the problem comes in because several major software companies have not updated their code yet -- and, as begun in the earlier El Capitan OS, Apple has now further changed major pieces of code in Sierra's 'kernel' (same applies to iOS 10) ... likely due to more code written by Swift (their programming language and tool).

The short version of the story is as above. In Apple's own software (e.g. their word processor "Pages") the input works fine, and even in some of Microsoft's 2016 Office programs, such as Excel, it works. Of course, for Koreanists what counts is MS Word and possibly Outlook, and there it does not work, had not been fixed under OS X El Capitan and has not been fixed for Sierra either. A workaround had been the open source application "Karabiner," a key remapping script, clearly the best of all such scripts for the Mac. Because of these code changes in the kernel, though, the present version of "Karabiner" is not anymore working. I will come to that below.

Is there a new workaround for MS Word?
Not really; presently -- mid-September 2016 -- there is not. ::error: IF using Sierra (which seems OTHERWISE more stable than OS X El Capitan) I can only suggest to use MS Word's SEARCH input field to generate hanja; that works in both, MS Word 2011 and 2016. I am referring to the search field on the top right of the document view, with the small magnifying glass:
1.jpg
1.jpg (24.26 KB) Viewed 74095 times

You'd then still have to copy/paste the characters into your document's body text.
It works in that SEARCH window because that is a pre-defined element from Apple's code library, so it gets auto-created on the fly. The document body, on the other hand, is, as we would expect, Microsoft's own outdated code, and the input function is thus not working. Maybe later...
I used "F-Script" -- more particular "F-Script Anywhere" -- to look at the code element where that happens .... F-Script is an amazingly useful script for reverse engineering. The code of partially encrypted applications like MS Word can otherwise not be checked and thus not be fixed. But with F-Script (and until recently "simbl" which is now outdated), you can do that step by step, look at the various elements and Objective-C sub-routines of the Cocoa libraries, and then do some open heart surgery there and interrupt or insert a function where needed. That's lots of fun, and it can save the day. Yet, in this case, because of the kernel code changes, it is near-to-impossible to fix the issue (because MS Word still 'thinks' it works under a different OS).
We should wait for EITHER Microsoft (and others) to update their code, OR (I am more optimistic there) for Takayama Fumihiko to update his "Karabiner" script. You can easily check this from time to time at https://pqrs.org/osx/karabiner/. It seems he is also working on a new version of Karabiner, called "Karabiner-Elements" (not quite sure yet how that will be different from Karabiner itself, but it does address these kernel changes): https://github.com/tekezo/Karabiner-Elements

=============================================
macOS Sierra & iOS 10 disables PPTP proxy connectivity for VPN
=============================================
Since I am at it: in case you use proxy connections, e.g. to access your university library's e-resoures, or for many many other things ... be aware that macOS Sierra disables and DELETES all stored PPTP profiles during the OS upgrade. PPTP is one of several proxy protocols, and you probably do not anymore use that now if you are at a larger university or other major institution. PPTP is known to be insecure. Still, there is a whole universe of companies out there that still relies on this protocoll (it's simple to set up, that's the main reason ... and even Windows 10 still has it). I looked around, and the only application for a Mac running Sierra that allows you to still use it, with a sophisticated way around this new limitation AND being secure at the same time, is a commercial program called "Shimo" (https://www.shimovpn.com/). Works like a charm, has a very userfriendly interface, allows you to store all setup profiles, and is a wonderful tool for all sorts of connectivity tasks (offers all modern network protocolls) on the Mac.

Best,
Frank
Frank Hoffmann
 
Posts: 18
Joined: May 7th, 2012, 9:21 am

Re: macOS Sierra: Hanja Input Method & PPTP for VPN

Unread postby Jimmy » July 17th, 2017, 2:04 pm

I have been using VPN Tracker for years. About a year ago they also came out with PPTP support. For anyone using PPTP VPN on a Mac, I would hands down recommend this Software. Never had any stability problems or anything, unlike other VPN clients I've used. http://www.vpntracker.com
Jimmy
 

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby Frank Hoffmann » December 28th, 2018, 4:38 am

==============================
U p d a t e - macOS Mojave (12/28/2018)
==============================

The input problem continues in the latest MS Office apps version 16.20 under macOS Mojave (10.14.x). :yawn:
But there is GOOD NEWS! I've revisited the topic and found the cause and a solution (which Apple could have easily documented two years ago but never did).

The cause of the problem is the functional difference between "Enter" and "Return," between the commands for new line and a carriage return. The keys "Enter" and "Return" do different things ... but then, for decades, and in most applications, these keys had been assigned identical functions. One of the applications were this applied is MS Word. In 2016 Microsoft quietly reversed this, reintroducing a distinction last seen in the 1980s or early 1990s. This is the cause of the problem for Mac users. ... All about "Enter" and "Return" keys, see the enlightening discussion at:
https://apple.stackexchange.com/questions/47565/return-vs-enter

The S o l u t i o n is simple:
On a keyboard that does have a 'keypad' (see image below), simply type the Han'gŭl syllable or word, and then hit:
⌥ Option + ENTER
(whereby the ENTER key is the one on the numeric keypad, in the lower right corner of the keyboard)
And on a keyboard without a 'keypad' -- e.g. on a MacBook or MacBook Pro, or a small external keyboard, type instead:
Fn + ⌥ Option + RETURN
(on a PC keyboard connected to a Mac: Fn + Alt + Enter)

That's about it! :thumbup:

Frank

mac-keyboard-1.jpg
mac-keyboard-1.jpg (92.16 KB) Viewed 68252 times
mac-keyboard-2.jpg
mac-keyboard-2.jpg (156.46 KB) Viewed 68252 times
Frank Hoffmann
 
Posts: 18
Joined: May 7th, 2012, 9:21 am

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby admin » October 4th, 2020, 10:37 pm

This issue has been fixed. Not really sure exactly since which version of MS Office (I am using 16.41), but you can now again enter han'gŭl within the MS Word text and produce hanja right there.

Tested on:
macOS Mojave, version 10.14.6, with MS Office 16:41
macOS Catalina, version 10.15.7, with MS Office 16:41

As a reminder:

⌥ Option + ENTER
(whereby the ENTER key is the one on the numeric keypad, in the lower right corner of the keyboard)
And on a keyboard without a 'keypad' -- e.g. on a MacBook or MacBook Pro, or a small external keyboard, type instead:
Fn + ⌥ Option + RETURN
(on a PC keyboard connected to a Mac: Fn + Alt + Enter)

Frank
admin
Site Admin
 
Posts: 4
Joined: May 2nd, 2012, 3:26 pm

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby rizarefaldi » October 3rd, 2021, 11:16 am

About a year ago they also came out with PPTP support. For anyone using PPTP VPN on a Mac, I would hands down recommend this Software. Never had any stability problems or anything, unlike other VPN clients I've used.
rizarefaldi
 
Posts: 2
Joined: October 3rd, 2021, 11:09 am

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby richardsjenkins » July 13th, 2022, 9:38 am

In 2016 Microsoft quietly reversed this, reintroducing a distinction last seen in the 1980s or early 1990s. burbank tree removal
richardsjenkins
 

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby Nancypeter » July 13th, 2022, 11:10 am

The cause of the problem is the functional difference between "Enter" and "Return," between the commands for new line and a carriage return. www.reikiofaustin.com/services
Nancypeter
 

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby duffytraciezs » August 16th, 2022, 6:07 am

PPTP is one of several proxy protocols, and you probably do not anymore use that now if you are at a larger university or other major institution. house painting Leander
duffytraciezs
 

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby ParkerLemke » November 14th, 2022, 11:27 pm

There are a variety of proxy protocols available, and you probably aren't using PPTP at your large university or other major institution anymore. Painting a house Leander  gartic phone
ParkerLemke
 
Posts: 4
Joined: November 14th, 2022, 11:13 pm

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby timeline » November 25th, 2022, 3:54 am

Thank you for your post. I have read through several similar topics! However, your article gave me a very special impression, unlike other articles. I hope you continue to have valuable articles like this or more to share with everyone! run 3
timeline
 
Posts: 6
Joined: November 25th, 2022, 3:53 am

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby Kyle » December 28th, 2022, 11:35 am

It works in that SEARCH window because that is a pre-defined element from Apple's code library, so it gets auto-created on the fly. The document body, on the other hand, is, as we would expect, Microsoft's own outdated code, and the input function is thus not working. home insulation contractors
Kyle
 

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby charlene » January 13th, 2023, 1:37 am

Thanks for fixing the issue!

Charlene - Insulation contractor
charlene
 

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby maryko » January 17th, 2023, 1:03 pm

This tutorial is pretty helpful for people who strive to learn the conversion of Korean into PDF.
Greetings,
MaryAustin wedding photographers
maryko
 
Posts: 6
Joined: July 15th, 2022, 9:24 am

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby kurt » January 20th, 2023, 6:47 pm

I badly needed this. I'm glad i found the solution to my problem.

Greetings from www.drywallabilene.com
kurt
 

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby Bella » February 1st, 2023, 10:10 pm

I already save it on my bookmarks. Thanks!

Bella from Winston Salem
Bella
 

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby anthonyscotte23 » February 6th, 2023, 12:37 pm

I badly needed this. I'm glad i found the solution to my problem. appliance repair mount vernon
anthonyscotte23
 
Posts: 8
Joined: February 6th, 2023, 8:03 am

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby johnyy9 » February 9th, 2023, 11:53 pm

The open source key remapping software "Karabiner," unquestionably the greatest of all such scripts for the Mac, had been used as a workaround. norman kitchen remodeling
johnyy9
 

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby isotactac » February 13th, 2023, 4:30 am

I am really getting a charge out of examining your exquisitely formed articles about https://www.isotechsolutions.com/. Great site and an incredible subject also I truly get astonished
isotactac
 

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby rickluck90 » February 20th, 2023, 6:34 am

I found the information very helpful. See commercial cleaninginfo.
rickluck90
 

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby caliweb » February 20th, 2023, 11:16 am

Great information in this article, thanks for sharing your great insight! Seo company in Kelowna
caliweb
 
Posts: 2
Joined: February 20th, 2023, 11:12 am

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby NestorHernandez » February 20th, 2023, 4:40 pm

I'm glad that you've managed to solve this issue, I had the same problem as you but thankfully someone from my favorite wallpaper installer phoenix was very well versed in this topic and managed to resolve it in no time at all!
NestorHernandez
 

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby asanako111 » February 24th, 2023, 10:38 pm

The code of partially encrypted applications like MS Word can otherwise not be checked and thus not be fixed. spray foam insulation lafayette la
asanako111
 
Posts: 3
Joined: July 15th, 2022, 9:32 am

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby loraine_0 » March 7th, 2023, 9:20 pm

In 2016 Microsoft quietly reversed this, reintroducing a distinction last seen in the 1980s or early 1990s. https://www.stpaulpressurewash.com/power-washing-patio-and-pavers-in-twin-cities-mn
loraine_0
 

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby maryko » March 22nd, 2023, 9:47 pm

The code of partially encrypted applications like MS Word can otherwise not be checked and thus not be fixed. foundation repair contractor near me
maryko
 
Posts: 6
Joined: July 15th, 2022, 9:24 am

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby Ignazio » March 23rd, 2023, 9:24 am

There are a variety of proxy protocols available, and you probably aren't using PPTP at your large university or other major institution anymore.
Ignazio
 
Posts: 2
Joined: March 22nd, 2023, 5:03 pm

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby liahjs » May 4th, 2023, 3:17 am

That's great and useful information. Thank you very much! good luck to you!
Geometry Dash Scratch
liahjs
 

Re: macOS Sierra & Mojave: Hanja Input Method & PPTP for VPN

Unread postby xander96 » May 10th, 2023, 9:30 pm

PPTP VPN is no longer supported on macOS Sierra and High Sierra and that is just fine, because there are some security issues | Lenexa Landscaping companies
xander96
 



Return to Computer, Internet, and New Media