I'm trying to decode CSV files encoded in UTF-16BE in Golang. What is the charmap ISO character number that I have to call for the new reader ?

I want to invoke

csv.NewReader(charmap.XXXX.NewDecoder().Reader(file))

What should be the value of XXXX ?