When I mount a NFS share created on a Ubuntu server, on a Windows 2012 server the default NFS version used is NFS version 3. I would like to have this set as NFS version 4 by default, as we need Japanese character support.
How are we able to get above situation to work, as I found out is that NFS v1, v2 and v3 is encoding-specific, and UTF-8 support has only been introduced in NFS v4:

  • RFC3530 (see paragraph '1.4.3. Filesystem Model')

Can anyone guide me to the correct way to setup a situation like this?