Artificial intelligent assistant

How to get this collation in sort? I need to set up command sort, so it is sorting lines into this order: Akira Kurosawa Al Ernest Garcia Alain Sarde Alan Ladd, Jr. Albert S. Ruddy Alberto Grimaldi Alfred Hitchcock Amanda Plummer Frank Pesce Fred Roos Fulvio Morsella Günter Rohrbach Gale Anne Hurd Gary Kurtz (notice handling of whitespace and position of Günter Rohrbach). I tried various settings of `LC_ALL` and `LC_COLLATE`, but I never get this order.

It seems `ko_KR.utf8` works, try


LC_COLLATE=ko_KR.utf8 sort file


* * *

How have I found this?


for loc in $(locale -a);
do echo ____"${loc}"____; LC_COLLATE="$loc" sort file;
done | pcregrep -MC1 'wa\
Al (\
|[^_])*Günter Rohrbach\
G'

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 5d262b9e3d72cac4371ce21eb334783f